1bashThis command initiates a system reboot using the shutdown command with the --reboot option.shutdown --rebootexternal toolsshutdownsystem reboot
2bashThis demonstrates using the shutdown command to reboot the system immediately with a custom message.shutdown -r now "Cya later"external toolsshutdownsystem reboot